Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Removing redundant asterisk in md_table signature #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MewX
Copy link

@MewX MewX commented Apr 27, 2020

Running with Python 3.5.3 and getting:

$ python csvtomd.py 
  File "csvtomd.py", line 38
    def md_table(table, *, padding=1, divider='|', header_div='-'):
                         ^
SyntaxError: invalid syntax

Running with Python 3.5.3 and getting:

```
$ python csvtomd.py 
  File "csvtomd.py", line 38
    def md_table(table, *, padding=1, divider='|', header_div='-'):
                         ^
SyntaxError: invalid syntax
```
Copy link
Author

@MewX MewX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant